home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00141.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  278 b   |  16 lines

  1. on exitFrame
  2.   if the type of sprite 13 > 0 then
  3.     if rollOver(13) then
  4.       go(the frame - 1)
  5.       exit
  6.     end if
  7.   end if
  8.   set userMouseCast to the mouseCast
  9.   if userMouseCast > 17 then
  10.     advanceMarker(0)
  11.     exit
  12.   else
  13.     advanceMarker(userMouseCast)
  14.   end if
  15. end
  16.